home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / boekhoud / finan / BADGER finance v1.0 beta 2.exe / xampplite / phpMyAdmin / libraries / engines / berkeleydb.lib.php < prev    next >
PHP Script  |  2005-12-06  |  235b  |  12 lines

  1. <?php
  2. /* $Id: berkeleydb.lib.php,v 2.1 2005/12/07 10:28:50 cybot_tm Exp $ */
  3. // vim: expandtab sw=4 ts=4 sts=4:
  4.  
  5. include_once './libraries/engines/bdb.lib.php';
  6.  
  7. class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
  8. {
  9. }
  10.  
  11. ?>
  12.